C# Call API in the browser of Chrome, doesn't enter controller [Solved]


When I call a api in the url of browser, browser like chrome would redirect you to a non-SSL http,
thus your calling would not get into the API.

So, when this kind of problem shows up, make sure the url of your browser is using https,
if the url you type in is http, then that may be failed, changed that into a https request would be a nice way to get the solution.

#HTTPS #C# #API






你可能感興趣的文章

每週 Exit Tickets - week 1 (submitted)

每週 Exit Tickets - week 1 (submitted)

JavaScript 中的同步與非同步 & event loop

JavaScript 中的同步與非同步 & event loop

component test 問題集2(Vue2 + TS + Jest+ vue-test-utils)

component test 問題集2(Vue2 + TS + Jest+ vue-test-utils)






留言討論